home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / shoot_mole.swf / scripts / frame_1 / PlaceObject2_12_8 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2006-11-17  |  195b  |  7 lines

  1. onClipEvent(enterFrame){
  2.    var nloaded = _root.getBytesLoaded();
  3.    var ntotal = _root.getBytesTotal();
  4.    var bParcent = Math.round(nloaded / ntotal * 100);
  5.    this._xscale = bParcent;
  6. }
  7.